home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / SpecRenderT.h.z / SpecRenderT.h
C/C++ Source or Header  |  2002-10-15  |  929b  |  42 lines

  1. /* $XConsortium: SpecRenderT.h /main/5 1995/07/15 20:55:28 drk $ */
  2. /*
  3.  *  @OSF_COPYRIGHT@
  4.  *  COPYRIGHT NOTICE
  5.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  6.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  7.  *  the full copyright text.
  8.  */
  9. /*
  10.  * HISTORY
  11.  */
  12. #ifndef _XmSpecRenderT_H
  13. #define _XmSpecRenderT_H
  14.  
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18.  
  19. #include <Xm/Xm.h>
  20.  
  21. externalref XrmQuark XmQTspecifyRenderTable;
  22.  
  23. /* Trait structures and typedefs, place typedefs first */
  24.  
  25. typedef XmFontList (*XmSpecRenderGetTableProc)(Widget wid,
  26.                            XtEnum type);
  27.  
  28. /* Version 0: initial release. */
  29.  
  30. typedef struct _XmSpecRenderTraitRec {
  31.   int               version;        /* 0 */
  32.   XmSpecRenderGetTableProc getRenderTable;
  33. } XmSpecRenderTraitRec, *XmSpecRenderTrait;
  34.  
  35.  
  36. #ifdef __cplusplus
  37. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  38. #endif
  39.  
  40. #endif /* _XmSpecRenderT_H */
  41.  
  42.